Invokes the function with the specified name.
Namespace: com.mindfusion.scripting
File: com.mindfusion.scripting
SyntaxJava
Copy Code
|
|---|
Object invokeFunction ( |
The name of the function to invoke.
The list of arguments of the function.
The result of the invocation.
See Also